home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / valo.swf / scripts / frame_193 / PlaceObject2_113_17 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-20  |  158 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _parent._xmouse;
  3.    this._y = _parent._ymouse;
  4.    this._height = _parent.dist3;
  5.    this._width = _parent.dist3;
  6. }
  7.